home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 630 b | 30 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWDebug.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWENVDEF_H
- #include "FWEnvDef.h"
- #endif
-
- #if !defined(FWDEBUG_H)
- #define FWDEBUG_H
-
- #if !defined(FWDBGSTR_H) && defined(FW_DEBUG)
- #include "FWDbgStr.h"
- #endif
-
- #if !defined(FWPRIDEB_H)
- #include "FWPriDeb.h"
- #endif
-
- #if !defined(FWSYMFIL_H) && defined(FW_BUILD_WIN)
- #include "FWSymFil.h"
- #endif
-
- #endif
-